home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 August / CICA - The Ultimate Collection of Shareware for Windows (Walnut Creek) (August 1997) (Disc 1).iso / utils / unix / unzip520 / wingui / wizunz32.def < prev    next >
Encoding:
Text File  |  1996-04-18  |  476 b   |  19 lines

  1. ;module-definition file for Windows Unzip-- used by link.exe
  2.  
  3. NAME    WizUnZip       ; application's module name
  4.  
  5. DESCRIPTION 'Windows Info-ZIP Unzip 3.0 by Info-ZIP, Mike White 1995'
  6.  
  7. EXETYPE      WINDOWS
  8.  
  9. STUB    'WINSTUB.EXE' ; Generates error message if application
  10.                       ; is run without Windows
  11.  
  12. ;CODE can be moved in memory and discarded/reloaded
  13. CODE  MOVEABLE
  14.  
  15. ;DATA must be MULTIPLE if program can be invoked more than once
  16. DATA  MOVEABLE MULTIPLE
  17.  
  18.  
  19.